home *** CD-ROM | disk | FTP | other *** search
/ Špidla: Hráčůj ráj 2 / Hracuv-raj-2.bin / sokobana / Visual Sokoban / Docs / Sample Skin File.vsk next >
Encoding:
Text File  |  1999-07-29  |  1.5 KB  |  59 lines

  1. # This is a Sample Visual Sokoban Skin file
  2.  
  3. # Replace all the <...> to have a valid
  4. # Skin File
  5.  
  6. # You can type here some extra informations
  7. # about your skin
  8.  
  9. # All lines beginning with "#" are comments
  10. # You can put comments anywhere
  11.  
  12. # The picture formats allowed here are:
  13. # BMP, GIF and JPG
  14.  
  15. [HEADER]
  16. # Skin misc informations
  17. @name <Skin Name>
  18. @author ⌐1999 <Author>
  19. @version <Version Number>
  20. @description <Short Description>
  21.  
  22. [BACK]
  23. # There are three ways to modify the background:
  24. # please choose one and only one.
  25. # Erase the # symbol of the line you want to use
  26.  
  27. # First you can modify the background picture
  28. # (by default there is no background picture),
  29. # it must be a 475x400 valid picture:
  30. # @picture <Full Picture>
  31.  
  32. # Or you can choose to tile a picture in the
  33. # background:
  34. # @tile <Tile Picture>
  35.  
  36. # Or you can only change the background color,
  37. # in the RGB (red-green-blue) format. The
  38. # default skin uses RGB in 191;191;191
  39. # @bgcolor <000;000;000>
  40.  
  41. [BLOCKS]
  42. # Pictures used for the different blocks
  43. # They must be 25x25 valid pictures
  44. @wall <Wall>
  45. @object <Moveable Object>
  46. @object_store <Succesfully Filled-up Storage Location>
  47. @store <Storage Location>
  48. @ground <Ground>
  49. @mover_up <Mover Up>
  50. @mover_down <Mover Down>
  51. @mover_left <Mover Left>
  52. @mover_right <Mover Right>
  53. @mover_store_up <Mover above a Storage Location Up>
  54. @mover_store_down <Mover above a Storage Location Down>
  55. @mover_store_left <Mover above a Storage Location Left>
  56. @mover_store_right <Mover above a Storage Location Right>
  57.  
  58. # End of file
  59.